.app__content-social .branch {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}

.app__content-social .branch .content {
    display: flex;
    display: 0;
    flex-direction: column;
}

.app__content-social .branch .content h3 {
    color: #162A2B; 
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.app__content-social .branch .content span {
    color: #162A2B; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
} 
.app__content-social .social {
    margin-top: 30px;
    display: flex;
    gap: 25px;
    position: relative;
}

@media screen and (max-width: 680px) {
    .app__content-social .social {
        display: none;
    }
}

.app__content-social .social svg  {
    background-color: #162A2B !important;
    padding: 3px;
    border-radius: 4px;
    width: 20px !important;
    height: 20px !important;
  
}

.app__content-social .branch:not(:first-child ) {
    margin-top: 30px;
} 

[dir=rtl] .app__content-social .branch .content h3,
.app__content-social .branch .content span {
    text-align: right;
}

[dir=ltr] .app__content-social .branch .content h3,
.app__content-social .branch .content span {
    text-align: left;
}

[dir=ltr] .app__content-social {
    padding-left: 30px;
}

@media screen and (width <=600px) {
    [dir=ltr] .app__content-social {
        padding-left: 5px;
    }
}

[dir=rtl] .app__content-social {
    padding-right: 30px;
}

@media screen and (width <=600px) {
    [dir=rtl] .app__content-social {
        padding-right: 5px;
    }
} 


 
@media screen and (width <=767px) {
    .app__contact {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
}
 